Uses of Class
negotiator.AgentID

Packages that use AgentID
agents.anac.y2010.AgentSmith   
agents.anac.y2011.Gahboninho   
agents.anac.y2011.TheNegotiator   
negotiator   
negotiator.actions   
 

Uses of AgentID in agents.anac.y2010.AgentSmith
 

Fields in agents.anac.y2010.AgentSmith declared as AgentID
protected  AgentID ABidStrategy.fAgentID
           
 

Constructors in agents.anac.y2010.AgentSmith with parameters of type AgentID
ABidStrategy(BidHistory pHist, UtilitySpace pUtilitySpace, PreferenceProfileManager pPreferenceProfile, AgentID pId)
           
SmithBidStrategy(BidHistory pHist, UtilitySpace utilitySpace, PreferenceProfileManager pPreferenceProfile, AgentID pId)
          Constructor
 

Uses of AgentID in agents.anac.y2011.Gahboninho
 

Methods in agents.anac.y2011.Gahboninho that return AgentID
 AgentID Gahboninho.getAgentID()
           
 

Uses of AgentID in agents.anac.y2011.TheNegotiator
 

Methods in agents.anac.y2011.TheNegotiator with parameters of type AgentID
 Action BidGenerator.determineOffer(AgentID agentID, int phase, double threshold)
          Determine what (counter)offer should be made in a given phase with a minimum threshold.
 

Uses of AgentID in negotiator
 

Methods in negotiator that return AgentID
 AgentID Agent.getAgentID()
           
 

Methods in negotiator with parameters of type AgentID
 void Agent.setAgentID(AgentID value)
           
 

Uses of AgentID in negotiator.actions
 

Methods in negotiator.actions that return AgentID
 AgentID Action.getAgent()
          Returns the ID of the agent which created the action.
 

Constructors in negotiator.actions with parameters of type AgentID
Accept(AgentID agentID)
          Action to accept an opponent's bid.
Action(AgentID agentID)
          Constructor which sets the agentID of an agent.
EndNegotiation(AgentID agentID)
          Action to end the negotiation.
IllegalAction(AgentID agentID, java.lang.String details)
          Specifies that an agent returned an action not fitting the protocol.
Offer(AgentID agentID, Bid bid)
          Creates an action symbolizing an offer for the opponent.